home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / qrep096 / biorep.dfm / biorep.txt next >
Encoding:
Text File  |  1996-09-15  |  6.5 KB  |  312 lines

  1. object Bioform: TBioform
  2.   Left = 188
  3.   Top = 202
  4.   Width = 774
  5.   Height = 352
  6.   HorzScrollBar.Range = 1200
  7.   HorzScrollBar.Position = 8
  8.   VertScrollBar.Range = 2000
  9.   AutoScroll = False
  10.   Caption = 'Bioform'
  11.   Font.Color = clBlack
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   Visible = True
  17.   TextHeight = 16
  18.   object DetailBand: TQRBand
  19.     Left = -8
  20.     Top = 57
  21.     Width = 1200
  22.     Height = 152
  23.     Align = alTop
  24.     BandType = rbDetail
  25.     Color = clWhite
  26.     ForceNewPage = False
  27.     Frame.Width = 0
  28.     Ruler = qrrInchesHV
  29.     object QRDBText1: TQRDBText
  30.       Left = 116
  31.       Top = 12
  32.       width = 177
  33.       height = 17
  34.       AutoSize = False
  35.       DataSource = DataSource1
  36.       DataField = 'Common_Name'
  37.     end
  38.     object QRDBText3: TQRDBText
  39.       Left = 116
  40.       Top = 60
  41.       width = 177
  42.       height = 17
  43.       AutoSize = False
  44.       DataSource = DataSource1
  45.       DataField = 'Category'
  46.     end
  47.     object QRLabel1: TQRLabel
  48.       Left = 8
  49.       Top = 12
  50.       width = 105
  51.       height = 16
  52.       Caption = 'Common name :'
  53.       AlignToBand = False
  54.       Font.Color = clBlack
  55.       Font.Height = -13
  56.       Font.Name = 'Arial'
  57.       Font.Style = [fsBold]
  58.     end
  59.     object QRDBText4: TQRDBText
  60.       Left = 116
  61.       Top = 36
  62.       width = 177
  63.       height = 17
  64.       AutoSize = False
  65.       DataSource = DataSource1
  66.       DataField = 'Species Name'
  67.     end
  68.     object QRLabel2: TQRLabel
  69.       Left = 8
  70.       Top = 36
  71.       width = 77
  72.       height = 16
  73.       Caption = 'Real name :'
  74.       AlignToBand = False
  75.       Font.Color = clBlack
  76.       Font.Height = -13
  77.       Font.Name = 'Arial'
  78.       Font.Style = [fsBold]
  79.     end
  80.     object QRLabel3: TQRLabel
  81.       Left = 8
  82.       Top = 60
  83.       width = 65
  84.       height = 16
  85.       Caption = 'Category :'
  86.       AlignToBand = False
  87.       Font.Color = clBlack
  88.       Font.Height = -13
  89.       Font.Name = 'Arial'
  90.       Font.Style = [fsBold]
  91.     end
  92.     object QRDBText5: TQRDBText
  93.       Left = 116
  94.       Top = 84
  95.       width = 37
  96.       height = 17
  97.       AutoSize = False
  98.       DataSource = DataSource1
  99.       DataField = 'Length (cm)'
  100.     end
  101.     object QRLabel4: TQRLabel
  102.       Left = 8
  103.       Top = 84
  104.       width = 68
  105.       height = 16
  106.       Caption = 'Size (CM) :'
  107.       AlignToBand = False
  108.       Font.Color = clBlack
  109.       Font.Height = -13
  110.       Font.Name = 'Arial'
  111.       Font.Style = [fsBold]
  112.     end
  113.     object QRLabel5: TQRLabel
  114.       Left = 8
  115.       Top = 124
  116.       width = 79
  117.       height = 16
  118.       Caption = 'Description :'
  119.       AlignToBand = False
  120.       Font.Color = clBlack
  121.       Font.Height = -13
  122.       Font.Name = 'Arial'
  123.       Font.Style = [fsBold]
  124.     end
  125.     object QRDBText2: TQRDBText
  126.       Left = 116
  127.       Top = 124
  128.       width = 581
  129.       height = 17
  130.       AutoSize = False
  131.       DataSource = DataSource1
  132.       DataField = 'Notes'
  133.     end
  134.     object DBImage1: TDBImage
  135.       Left = 352
  136.       Top = 12
  137.       Width = 169
  138.       Height = 105
  139.       DataField = 'Graphic'
  140.       DataSource = DataSource1
  141.       Stretch = True
  142.       TabOrder = 0
  143.     end
  144.   end
  145.   object TitleBand: TQRBand
  146.     Left = -8
  147.     Top = 0
  148.     Width = 1200
  149.     Height = 57
  150.     Align = alTop
  151.     BandType = rbTitle
  152.     Color = clWhite
  153.     ForceNewPage = False
  154.     Frame.Width = 0
  155.     Ruler = qrrNone
  156.     object Image1: TImage
  157.       Left = 12
  158.       Top = 4
  159.       Width = 69
  160.       Height = 33
  161.       Picture.Data = {<image000.bmp>}
  162.       Stretch = True
  163.     end
  164.     object QRLabel6: TQRLabel
  165.       Left = 96
  166.       Top = 4
  167.       width = 193
  168.       height = 36
  169.       Caption = 'QuickReport'
  170.       AlignToBand = False
  171.       Font.Color = 8404992
  172.       Font.Height = -32
  173.       Font.Name = 'Arial'
  174.       Font.Style = [fsBold, fsItalic]
  175.     end
  176.     object QRLabel7: TQRLabel
  177.       Left = 300
  178.       Top = 20
  179.       width = 61
  180.       height = 16
  181.       Caption = 'for Delphi'
  182.       AlignToBand = False
  183.       Font.Color = 8404992
  184.       Font.Height = -13
  185.       Font.Name = 'Arial'
  186.       Font.Style = [fsBold, fsItalic]
  187.     end
  188.     object QRLabel8: TQRLabel
  189.       Left = 540
  190.       Top = 20
  191.       width = 200
  192.       height = 16
  193.       Caption = 'Copyright (c) 1995 Allan Lochert'
  194.       AlignToBand = False
  195.       Font.Color = clBlack
  196.       Font.Height = -13
  197.       Font.Name = 'Arial'
  198.       Font.Style = [fsBold, fsItalic]
  199.     end
  200.     object QRShape2: TQRShape
  201.       Left = 8
  202.       Top = 44
  203.       width = 733
  204.       Height = 5
  205.       Brush.Color = clNavy
  206.       Shape = qrsRectangle
  207.     end
  208.   end
  209.   object QRBand1: TQRBand
  210.     Left = -8
  211.     Top = 209
  212.     Width = 1200
  213.     Height = 8
  214.     Align = alTop
  215.     BandType = rbDetail
  216.     Color = clWhite
  217.     ForceNewPage = False
  218.     Frame.Width = 0
  219.     Ruler = qrrNone
  220.     object QRShape1: TQRShape
  221.       Left = 8
  222.       Top = 3
  223.       width = 737
  224.       Height = 1
  225.       Shape = qrsRectangle
  226.     end
  227.   end
  228.   object QRBand2: TQRBand
  229.     Left = -8
  230.     Top = 217
  231.     Width = 1200
  232.     Height = 24
  233.     Align = alTop
  234.     BandType = rbPageFooter
  235.     Color = clWhite
  236.     ForceNewPage = False
  237.     Frame.Width = 0
  238.     Ruler = qrrNone
  239.     object QRSysData1: TQRSysData
  240.       Left = 676
  241.       Top = 4
  242.       width = 65
  243.       height = 17
  244.       Alignment = taRightJustify
  245.       AlignToBand = True
  246.       AutoSize = False
  247.       Data = qrsPageNumber
  248.       Text = 'Page '
  249.     end
  250.   end
  251.   object Table1: TTable
  252.     Active = True
  253.     DatabaseName = 'DBDEMOS'
  254.     TableName = 'BIOLIFE.DB'
  255.     Left = 36
  256.     Top = 272
  257.     object Table1SpeciesNo: TFloatField
  258.       FieldName = 'Species No'
  259.     end
  260.     object Table1Category: TStringField
  261.       FieldName = 'Category'
  262.       Size = 15
  263.     end
  264.     object Table1Common_Name: TStringField
  265.       FieldName = 'Common_Name'
  266.       Size = 30
  267.     end
  268.     object Table1SpeciesName: TStringField
  269.       FieldName = 'Species Name'
  270.       Size = 40
  271.     end
  272.     object Table1Lengthcm: TFloatField
  273.       FieldName = 'Length (cm)'
  274.     end
  275.     object Table1Length_In: TFloatField
  276.       FieldName = 'Length_In'
  277.     end
  278.     object Table1Notes: TMemoField
  279.       FieldName = 'Notes'
  280.       Size = 50
  281.     end
  282.     object Table1Graphic: TGraphicField
  283.       FieldName = 'Graphic'
  284.     end
  285.   end
  286.   object DataSource1: TDataSource
  287.     DataSet = Table1
  288.     Left = 68
  289.     Top = 272
  290.   end
  291.   object Biorep: TQuickReport
  292.     Columns = 1
  293.     DataSource = DataSource1
  294.     DisplayPrintDialog = False
  295.     LeftMarginInches = 0
  296.     LeftMarginMM = 0
  297.     Orientation = poPortrait
  298.     PrintOrder = qrColByCol
  299.     ReportTitle = 'QuickReport Biolife demo report'
  300.     ReportType = qrStandard
  301.     RestartData = True
  302.     SQLCompatible = False
  303.     TitleBeforeHeader = False
  304.     Left = 4
  305.     Top = 272
  306.   end
  307.   object QRDetailLink1: TQRDetailLink
  308.     Left = 100
  309.     Top = 272
  310.   end
  311. end
  312.